home *** CD-ROM | disk | FTP | other *** search
- '**********************************************************************************
- '
- ' TopStyle Safe List Style Definition
- ' Based on Eric Meyer's "Safe List" on webreview.com at
- ' http://webreview.com/wr/pub/guides/style/safegrid.html
- '
- '**********************************************************************************
- '
- ' Differences between this style definition and Web Review's Safe List:
- '
- ' (1) sans-serif is an acceptable generic family (not supported by Mac IE3)
- ' (2) "font-size" supports length values (buggy in Mac IE3)
- ' (3) "background" supports a color value
- '
- '**********************************************************************************
-
- [definition]
- Version=2.0
- Revision=0
- Author=Nick Bradbury
- Icon=safe
- NamedColors=0
- SystemColors=0
- RGBColors=0
- @font-face=0
-
- [known types]
- <units> = (pt|in|pc|mm|cm|px)
- <generic-family> = (serif|sans\-serif|monospace)
- <font-style> = (normal|italic)
-
- [selectors]
- Class=Y
- ID=Y
- Contextual=Y
- Child=N
- Descendant=N
- Sibling=N
- Attribute=N
- Universal=N
-
- [groups]
- Color and Background
- Font
- Text
-
- [properties]
- background
- color
- font-family
- font-weight
- font-size
- font
- line-height
- text-decoration
- text-align
- text-indent
-
- [background]
- group=Color and Background
- value1=<color>
- value2=<url>
-
- [color]
- group=Color and Background
- value1=<color>
-
- [font]
- group=Font
- value1=<font-style>
- value2=<font-family>
-
- [font-family]
- group=Font
- value1=((<generic-family>|<family-name>),)*(<generic-family>|<family-name>)
-
- [font-size]
- group=Font
- value1=<percentage>|<length>
-
- [font-weight]
- group=Font
- value1=bold
-
- [line-height]
- group=Text
- value1=normal
-
- [text-align]
- group=Text
- value1=left|right|center
-
- [text-decoration]
- group=Text
- value1=line\-through
-
- [text-indent]
- group=Text
- value1=<percentage>|<length>